QuickOPC User's Guide and Reference
Object Serialization
Advanced Topics > Object Serialization

QuickOPC.NET and QuickOPC-UA allows you to easily store objects (and object graphs, i.e. interconnected objects) into files and streams, and also to load them back.

Two types of serialization are supported:

Practically all QuickOPC objects (and their collections and dictionaries) can be serialized and deserialized. For example:

See Also